home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / MONALISA.DIR / 00189_Script_189 < prev    next >
Text File  |  1996-03-12  |  287b  |  10 lines

  1. on PlayMonaLisaIntro
  2.   global alreadyViewedMonaLisa
  3. --  if (alreadyViewedMonaLisa = empty) or voidP(alreadyViewedMonaLisa) then set
  4. --   alreadyViewedMonaLisa = false
  5.   if alreadyViewedMonaLisa then
  6.     go "Mona no sound"
  7.   else
  8.     set alreadyViewedMonaLisa = true
  9.   end if
  10. end